基于quasar开发的IssueNote

IssueNote IssueNote 是基于 quasar 构建,将个人笔记存储于 github issue 的私人笔记 源码地址: gitee: https://gitee.com/QWganker/issuenote github https://github.com/qwganker/issuenote 预览 设置 先申请 access token 创建一个用于存放笔记的仓库 启动项目,在仓库管理设置参数,

hugo集成utteranc

使用 主页 https://utteranc.es/ 使用github issue来管理用户的评论,无广告、干净 安装完之后只需要将下面的代码嵌入你的代码中即可 1 2 3 4 5 6 7 <script src="https://utteranc.es/client.js" repo="[ENTER REPO HERE]" issue-term="pathname" theme="github-light"

mac安装hugo

安装hugo 1 brew install hugo 初始化一个项目 1 hugo new site [name] 下载主题 1 2 3 touch .gitmodules cd themes/ git submodule add https://github.com/olOwOlo/hugo-theme-even 拷贝 even 主题的配置文件到根目录 1 cp themes/hugo-theme-even/exampleSite/config.toml ./ 生成文章 1 hugo new post/xxx.md 生成静态文件 -d